home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / AVOGADRO / CHEMISTRY / ISOMASS / !IsoMass / !Run < prev    next >
Text File  |  1996-02-22  |  825b  |  31 lines

  1. | > !IsoMass.!Run
  2. |
  3. | Run File for Isotope Abundance Distribution
  4. | Calculator for Mass Spectra
  5. | by Chris Johnson
  6. |
  7. |
  8. | Find path to file
  9. Set IsoMass$Dir <Obey$Dir>
  10. |
  11. |
  12. IconSprites <Obey$Dir>.!Sprites
  13. set temp$flag 1
  14. RMEnsure ABCLibrary 0 set temp$flag 0
  15. RMensure ABCLibrary 4.02 if "<temp$flag>" = "1" Then Error 0 Old ABCLib installed Else RMLoad <Obey$Dir>.ABCLib
  16. RMensure ABCLibrary 4.02 Error You need the ABClibrary ver 4.02 or later installed
  17. |
  18. |
  19. set temp$flag 1
  20. RMEnsure CJWimpUtil 0 set temp$flag 0
  21. RMEnsure CJWimpUtil 0.17 if "<temp$flag>" = "1" Then Error 0 Old CJWimpUtil installed Else RMLoad <Obey$Dir>.cjWimpUtil
  22. RMEnsure CJWimpUtil 0.17 Error You need the CJWimpUtil module installed
  23. unset temp$flag
  24. |
  25. | Check memory allocation
  26. WimpSlot -min 56K -max 56K
  27. |
  28. | Now start program
  29. Run <IsoMass$Dir>.!RunImage
  30.